/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-footer {
  width: 100%;
  min-width: max-content;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #005096;
  background-image: url(../assets/images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.e-footer .e-footer__wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.e-footer .e-footer__wrapper::before,
.e-footer .e-footer__wrapper::after {
  display: table;
  content: "";
}

.e-footer .e-footer__wrapper::after {
  clear: both;
}

.e-footer .e-footer__container {
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-footer .e-footer__container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-footer .e-footer__container {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-footer .e-footer__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-footer .e-footer__container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-footer .e-footer__container {
    max-width: 1260px;
  }
}
@media screen and (min-width: 1480px) {
  .e-footer .e-footer__container {
    max-width: 1420px;
  }
}
@media screen and (min-width: 992px) {
  .e-footer .e-footer__container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-footer .e-footer__container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .e-footer .e-footer__container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.e-footer .e-footer__columns, .e-footer .e-footer__flex{
  width: 100%;
  margin: 0 auto;
  padding-top: calc(100rem / 14);
  border-bottom: 1px solid #1a62a1;
  display: flex;
  justify-content: space-between;
}
.e-footer .e-footer__columns::before,
.e-footer .e-footer__columns::after {
  display: table;
  content: "";
}

.e-footer .e-footer__columns::after {
  clear: both;
}

.e-footer .e-footer__column {
  float: left;
  width: 8.5%;
  margin: 0 5px calc(60rem / 14);
}
.e-footer .e-footer__column::before,
.e-footer .e-footer__column::after {
  display: table;
  content: "";
}

.e-footer .e-footer__column::after {
  clear: both;
}

.e-footer .e-footer__column:first-child {
  margin-left: 0;
}
.e-footer .e-footer__column:last-child {
  margin-right: 0;
}
.e-footer .e-footer__column > h2 {
  position: relative;
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.e-footer .e-footer__column > h2::selection {
  color: #1a62a1;
}
.e-footer .e-footer__column > h2 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.e-footer .e-footer__column.connect-information {
  width: auto;
  margin-bottom: calc(90rem / 14);
}
.e-footer .e-footer__column.connect-information > h2 {
  margin: 0 auto calc(35rem / 14);
}
.e-footer .e-footer__column.connect-information .e-footer__item {
  margin: calc(20rem / 14) 0;
}

.e-footer .e-footer__column.qr-code-information .e-footer__item {
  text-align: center;
}
.e-footer .e-footer__column.qr-code-information .e-footer__item:first-child {
  margin-top: 0;
}
.e-footer .e-footer__column.qr-code-information .e-footer__item > img {
  width: 95px;
  margin-bottom: 6px;
}
.e-footer .e-footer__column.qr-code-information .e-footer__item > p {
  margin-top: 6px;
}

.e-footer .e-footer__details {
  float: left;
  width: 72%;
}

.e-footer .e-footer__detail {
  float: left;
  margin: 0 calc(45rem / 14) calc(60rem / 14);
}
.e-footer .e-footer__detail h2 {
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.e-footer .e-footer__detail p {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
}
.e-footer .e-footer__detail a {
  display: inline-block;
  position: relative;
  color: #17A3D0;
  width:100%;
}
.e-footer .e-footer__detail a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: currentColor;*/
  content: "";
}

.e-footer .e-footer__item {
  margin: 20px 0;
  color: #f4f4f4;
  font-size: 14px;
}
.e-footer .e-footer__item > a {
  color: #f4f4f4;
  font-size: 14px;
}
.e-footer .e-footer__item > a, .e-footer .e-footer__item > a:hover {
  text-decoration: none;
}
.e-footer .e-footer__item > a::selection {
  color: #1a62a1;
}

.e-footer .e-footer__bottom {
  padding: calc(30rem / 14) 0;
  color: #f4f4f4;
  font-size: 14px;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-footer .e-footer__bottom {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-footer .e-footer__bottom {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-footer .e-footer__bottom {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-footer .e-footer__bottom {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-footer .e-footer__bottom {
    max-width: 1260px;
  }
}
@media screen and (min-width: 1480px) {
  .e-footer .e-footer__bottom {
    max-width: 1420px;
  }
}
@media screen and (min-width: 992px) {
  .e-footer .e-footer__bottom {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-footer .e-footer__bottom {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
@media screen and (min-width: 1400px) {
  .e-footer .e-footer__bottom {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.e-footer .e-footer__alink {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.e-footer .e-footer__alink > p::selection {
  color: #1a62a1;
}

.e-footer .e-footer__links {
  margin: calc(15rem / 14) auto;
  font-size: 0;
  text-align: center;
}

.e-footer .e-footer__link {
  display: inline-block;
  padding: 0 7px;
  color: #dddddd;
  font-size: 14px;
  line-height: 1;
  border-right: 1px solid #dddddd;
}
.e-footer .e-footer__link:last-child {
  border-right-color: transparent;
}
.e-footer .e-footer__link > a {
  color: #c0cad4;
  font-size: 14px;
}
.e-footer .e-footer__link > a::selection {
  color: #1a62a1;
}

.e-footer .e-footer__imageBox {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 55px;
  white-space: nowrap;
  transform: translateY(-50%);
}
.e-footer .e-footer__imageBox div {
  display: inline-block;
  height: 100%;
  padding: 6px 8px;
  margin-left: 7px;
  background: #ffffff;
  border-radius: 4px;
}
.e-footer .e-footer__imageBox div > img {
  display: inline-block;
  height: 100%;
}

.e-copyright {
  color: #c0cad4;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.e-footer__hard-columns {
  padding: calc(70rem / 14) 0;
  border-bottom: 1px solid #1a62a1;
}

.e-footer-information {
  text-align: center;
  letter-spacing: 1.2px;
}

.e-footer-information ul {
  display: inline-block;
  text-align: left;
}
.e-footer-information ul li {
  color: #ffffff;
  font-size: 14px;
}
.e-footer-information ul li + li {
  margin-top: 30px;
}

.e-footer-information .e-footer-information__box {
  color: #ffffff;
  font-size: 14px;
}
.e-footer-information .e-footer-information__box > h3 {
  font-size: 16px;
}
.e-footer-information .e-footer-information__box > p {
  color: #ffc819;
  font-size: calc(28rem / 14);
  font-weight: bold;
}

.e-footer-promote {
  padding-top: 25px;
}
.e-footer-promote__image {
  margin-bottom: calc(10rem / 14);
  text-align: center;
}
.e-footer-promote__image > img {
  width: 90%;
}
.e-footer-promote > p {
  color: #dddddd;
  font-size: calc(15rem / 14);
  line-height: 1.75;
  text-align: center;
}
.e-footer .e-footer__link.zzcx_hide{display: none;}

.e-footer__flex .e-footer__column{
  float: none;
}
.e-footer__flex .e-footer__details{
  float: none;
  display: flex;
  width: auto;
}
.e-footer .e-footer__flex .e-footer__detail{
  float: none;
  margin: 0 0 0 68px;
  flex: 1; 
}
.e-footer .e-footer__flex .e-footer__column.connect-information{
  flex: 1 0 auto;
  margin-right: 0;
}